Skip to content

feat(route): add 新世纪评级 research routes#22207

Open
ishowman wants to merge 2 commits into
DIYgod:masterfrom
ishowman:feat/route-shxsj
Open

feat(route): add 新世纪评级 research routes#22207
ishowman wants to merge 2 commits into
DIYgod:masterfrom
ishowman:feat/route-shxsj

Conversation

@ishowman

@ishowman ishowman commented Jun 7, 2026

Copy link
Copy Markdown

Involved Issue / 该 PR 相关 Issue

Close #21538

Example for the Proposed Route(s) / 路由地址示例

/shxsj/research/80
/shxsj/research/85
/shxsj/research/90
/shxsj/research/95
/shxsj/research/177
/shxsj/research/101
/shxsj/research/168
/shxsj/research/109

New RSS Route Checklist / 新 RSS 路由检查表

  • New Route / 新的路由
  • Anti-bot or rate limit / 反爬/频率限制
    • If yes, do your code reflect this sign? / 如果有, 是否有对应的措施?
  • Date and time /
    日期和时间
    • Parsed / 可以解析
    • Correct time zone / 时区正确
  • New package added / 添加了新的包
  • Puppeteer

Note / 说明

上海新世纪资信评估投资服务有限公司(新世纪评级) 新增 8 个研究分类订阅源,对应 Issue #21538 中列出的全部分类:

cid 研究分类 路径
80 宏观经济研究 /shxsj/research/80
85 区域信用研究 /shxsj/research/85
90 行业信用研究 /shxsj/research/90
95 债券市场研究 /shxsj/research/95
177 评级发展研究 /shxsj/research/177
101 评级市场表现研究 /shxsj/research/101
168 主权研究 /shxsj/research/168
109 专题研究 /shxsj/research/109

实现要点

  • 数据源用官方 API,未做 HTML scraping
    • 列表:POST /serve/api/article_api/get_cid_article body { cid, page }
    • 详情:POST /serve/api/article_api/visit body { id }
  • responseType: 'json' 是必需的:API 响应头是 Content-Type: text/html; charset=UTF-8 但 body 是 JSON,ofetch 默认会按
    content-type 当 text 处理,必须显式声明。
  • 时区:API 返回的 add_time(如 "2026-06-01")是 Asia/Shanghai 当地时间裸字符串,已用 @/utils/timezone 修正为 +8
    时区,避免在非 +8 服务器上 pubDate 偏移 8 小时。
  • Radar 用函数 target:源站列表页 URL 是 query 形式 /page?template=2&pageid=80&mid=5,无法用 :param 直接匹配,所以
    radar.target 用函数从 URL.searchParams.get('pageid') 取值映射到路由。
  • 附件:若 API 返回 pdf 字段(部分研究报告有),自动挂为 application/pdf enclosure。
  • 缓存:详情请求按 article id 用 cache.tryGet 缓存。
  • 分类:从详情 nav 字段中的面包屑(过滤掉顶级"信用研究")作为 RSS <category>

测试

本地 pnpm dev 验证 8 个 cid 全部返回 HTTP 200 + 15 items,标题/链接/正文/日期/附件 PDF 均正常。

@github-actions github-actions Bot added route auto: not ready to review Users can't get the RSS feed output according to automated testing results labels Jun 7, 2026
@github-actions

github-actions Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

Successfully generated as following:

http://localhost:1200/shxsj/research/80 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/80
Node Version: v24.16.0
Git Hash: 637f1da3
http://localhost:1200/shxsj/research/85 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/85
Node Version: v24.16.0
Git Hash: 637f1da3
http://localhost:1200/shxsj/research/90 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/90
Node Version: v24.16.0
Git Hash: 637f1da3
http://localhost:1200/shxsj/research/95 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/95
Node Version: v24.16.0
Git Hash: 637f1da3
http://localhost:1200/shxsj/research/177 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/177
Node Version: v24.16.0
Git Hash: 637f1da3
http://localhost:1200/shxsj/research/101 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/101
Node Version: v24.16.0
Git Hash: 637f1da3
http://localhost:1200/shxsj/research/168 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/168
Node Version: v24.16.0
Git Hash: 637f1da3
http://localhost:1200/shxsj/research/109 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/109
Node Version: v24.16.0
Git Hash: 637f1da3

@github-actions

github-actions Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

Auto Review

No clear rule violations found in the current diff.

@github-actions github-actions Bot removed the auto: not ready to review Users can't get the RSS feed output according to automated testing results label Jun 7, 2026
@github-actions

github-actions Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

Auto Review

No clear rule violations found in the current diff.

@github-actions github-actions Bot added the auto: not ready to review Users can't get the RSS feed output according to automated testing results label Jun 7, 2026
@github-actions

github-actions Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

Successfully generated as following:

http://localhost:1200/shxsj/research/80 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/80
Node Version: v24.16.0
Git Hash: 9e24426c
http://localhost:1200/shxsj/research/85 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/85
Node Version: v24.16.0
Git Hash: 9e24426c
http://localhost:1200/shxsj/research/90 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/90
Node Version: v24.16.0
Git Hash: 9e24426c
http://localhost:1200/shxsj/research/95 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/95
Node Version: v24.16.0
Git Hash: 9e24426c
http://localhost:1200/shxsj/research/177 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/177
Node Version: v24.16.0
Git Hash: 9e24426c
http://localhost:1200/shxsj/research/101 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/101
Node Version: v24.16.0
Git Hash: 9e24426c
http://localhost:1200/shxsj/research/168 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/168
Node Version: v24.16.0
Git Hash: 9e24426c
http://localhost:1200/shxsj/research/109 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/109
Node Version: v24.16.0
Git Hash: 9e24426c

xxq added 2 commits June 7, 2026 19:26
- API responds with Content-Type: text/html but body is JSON;
  add responseType: 'json' so ofetch parses it instead of treating it as text.
- API's add_time is a Shanghai-local naked string ("YYYY-MM-DD");
  wrap parseDate with @/utils/timezone(+8) so pubDate is correct on non-+8 servers.
@ishowman ishowman force-pushed the feat/route-shxsj branch from e364234 to 72864e0 Compare June 7, 2026 11:27
@github-actions github-actions Bot added auto: not ready to review Users can't get the RSS feed output according to automated testing results and removed auto: not ready to review Users can't get the RSS feed output according to automated testing results labels Jun 7, 2026
@github-actions

github-actions Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

Successfully generated as following:

http://localhost:1200/shxsj/research/80 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/80
Node Version: v24.16.0
Git Hash: 0bd85c3d
http://localhost:1200/shxsj/research/85 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/85
Node Version: v24.16.0
Git Hash: 0bd85c3d
http://localhost:1200/shxsj/research/90 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/90
Node Version: v24.16.0
Git Hash: 0bd85c3d
http://localhost:1200/shxsj/research/95 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/95
Node Version: v24.16.0
Git Hash: 0bd85c3d
http://localhost:1200/shxsj/research/177 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/177
Node Version: v24.16.0
Git Hash: 0bd85c3d
http://localhost:1200/shxsj/research/101 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/101
Node Version: v24.16.0
Git Hash: 0bd85c3d
http://localhost:1200/shxsj/research/168 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/168
Node Version: v24.16.0
Git Hash: 0bd85c3d
http://localhost:1200/shxsj/research/109 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/109
Node Version: v24.16.0
Git Hash: 0bd85c3d

@ishowman

ishowman commented Jun 7, 2026

Copy link
Copy Markdown
Author

Successfully generated as following:

http://localhost:1200/shxsj/research/80 - Failed ❌

HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/80
Node Version: v24.16.0
Git Hash: 637f1da3

http://localhost:1200/shxsj/research/85 - Failed ❌

HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/85
Node Version: v24.16.0
Git Hash: 637f1da3

http://localhost:1200/shxsj/research/90 - Failed ❌

HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/90
Node Version: v24.16.0
Git Hash: 637f1da3

http://localhost:1200/shxsj/research/95 - Failed ❌

HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/95
Node Version: v24.16.0
Git Hash: 637f1da3

http://localhost:1200/shxsj/research/177 - Failed ❌

HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/177
Node Version: v24.16.0
Git Hash: 637f1da3

http://localhost:1200/shxsj/research/101 - Failed ❌

HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/101
Node Version: v24.16.0
Git Hash: 637f1da3

http://localhost:1200/shxsj/research/168 - Failed ❌

HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/168
Node Version: v24.16.0
Git Hash: 637f1da3

http://localhost:1200/shxsj/research/109 - Failed ❌

这里的 503 看起来像是rsshub IP被禁止访问导致的,本地测试请求 http://localhost:1200/shxsj/research/80 是正常的

<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>新世纪评级 - 宏观经济研究</title>
<link>http://www.shxsj.com/page?template=2&pageid=80&mid=5</link>
<atom:link href="http://localhost:1200/shxsj/research/80" rel="self" type="application/rss+xml"/>
<description>上海新世纪资信评估投资服务有限公司 - 宏观经济研究 - Powered by RSSHub</description>
<generator>RSSHub</generator>
<webMaster>contact@rsshub.app (RSSHub)</webMaster>
<language>zh-CN</language>
<lastBuildDate>Sun, 07 Jun 2026 11:48:16 GMT</lastBuildDate>
<ttl>5</ttl>
<item>
<title>加拿大经济陷入技术性衰退 中国落实“六张网”重点投资——全球宏观经济周报(2026/5/24-5/30)</title>
<description><span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;摘要:加拿大一季度GDP初值折合年率为-0.1%,去年第四季度GDP萎缩幅度由0.6%修正为1%。至此,加拿大经济陷入技术性衰退,为2020年以来首次。据经济参考报5月24日报道,中央政治局会议、国务院常务会议等重磅会议点名的“六张网”,近期将迎来建设时间表和任务书。包括制造与基础装备、数智与通信基础设施、能源与城市安全配套等在内的三大核心产业链有望掘金万亿级投资机遇。当前我国正抓紧出台“六张网”相关规划和实施方案,仅2026年“六张网”及相关重点领域建设投资规模就将超过7万亿元。</span></span> <div> <span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;</span><a href="http://www.shxsj.com/uploadfile/kanwu/2026/20260601-1%20%E5%8A%A0%E6%8B%BF%E5%A4%A7%E7%BB%8F%E6%B5%8E%E9%99%B7%E5%85%A5%E6%8A%80%E6%9C%AF%E6%80%A7%E8%A1%B0%E9%80%80%20%E4%B8%AD%E5%9B%BD%E8%90%BD%E5%AE%9E%E2%80%9C%E5%85%AD%E5%BC%A0%E7%BD%91%E2%80%9D%E9%87%8D%E7%82%B9%E6%8A%95%E8%B5%84%E2%80%94%E2%80%94%E5%85%A8%E7%90%83%E5%AE%8F%E8%A7%82%E7%BB%8F%E6%B5%8E%E5%91%A8%E6%8A%A5%EF%BC%882026524-530%EF%BC%89.pdf" target="_blank"><span style="line-height:2;">点击查看全文</span></a></span> </div></description>
<link>http://www.shxsj.com/page?template=8&pageid=35940&mid=2&listype=1</link>
<guid isPermaLink="false">shxsj:35940</guid>
<pubDate>Sun, 31 May 2026 16:00:00 GMT</pubDate>
<category>宏观经济研究</category>
<category>全球经济周报</category>
</item>
<item>
<title>沃什就任美联储主席 中俄进一步加强全面战略协作——全球宏观经济周报(2026/5/17-5/23)</title>
<description><span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;摘要:5月22日,凯文·沃什在华盛顿宣誓就任新一任美国联邦储备委员会主席。沃什在宣誓仪式讲话中说,将领导一个“以改革为导向”的美联储,并强调美联储应以独立性、清晰判断与坚定立场履行控制通胀和实现充分就业的职责,美联储的使命是维持价格稳定和实现最大就业。5月20日,国家主席习近平在北京人民大会堂同来华进行国事访问的俄罗斯总统普京举行会谈。两国元首一致同意《中俄睦邻友好合作条约》继续延期。习近平强调,双方要聚焦两国发展振兴目标,推动经贸投资、能源资源、交通运输、科技创新等务实合作提质升级,积极布局前沿领域合作,以新质生产力打造增长新引擎。会谈后,两国元首签署并发表《中华人民共和国和俄罗斯联邦关于进一步加强全面战略协作、深化睦邻友好合作的联合声明》,见证签署经贸、教育、科技等领域20项合作文件。</span></span><span></span> <div> <span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;</span><a href="http://www.shxsj.com/uploadfile/kanwu/2026/20260525-1%20%E6%B2%83%E4%BB%80%E5%B0%B1%E4%BB%BB%E7%BE%8E%E8%81%94%E5%82%A8%E4%B8%BB%E5%B8%AD%20%E4%B8%AD%E4%BF%84%E8%BF%9B%E4%B8%80%E6%AD%A5%E5%8A%A0%E5%BC%BA%E5%85%A8%E9%9D%A2%E6%88%98%E7%95%A5%E5%8D%8F%E4%BD%9C%E2%80%94%E2%80%94%E5%85%A8%E7%90%83%E5%AE%8F%E8%A7%82%E7%BB%8F%E6%B5%8E%E5%91%A8%E6%8A%A5%EF%BC%882026517-523%EF%BC%89.pdf" target="_blank"><span style="line-height:2;">点击查看全文</span></a></span> </div></description>
<link>http://www.shxsj.com/page?template=8&pageid=35914&mid=2&listype=1</link>
<guid isPermaLink="false">shxsj:35914</guid>
<pubDate>Sun, 24 May 2026 16:00:00 GMT</pubDate>
<category>宏观经济研究</category>
<category>全球经济周报</category>
</item>
<item>
<title>中美元首会晤提出“建设性战略稳定关系”新定位——全球宏观经济周报(2026/5/10-5/16)</title>
<description><span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;摘要:应中国国家主席习近平邀请,美国总统特朗普于5月13日至15日对中国进行国事访问。这是中美两国元首继2025年10月釜山之后再次面对面会晤,也是美国总统时隔9年再次访华。会谈中,双方将构建“中美建设性战略稳定关系”作为中美关系新定位,为未来3年乃至更长时间的中美关系提供战略指引。</span></span><span></span> <div> <span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;</span><a href="http://www.shxsj.com/uploadfile/kanwu/2026/20260518-1%20%E4%B8%AD%E7%BE%8E%E5%85%83%E9%A6%96%E4%BC%9A%E6%99%A4%E6%8F%90%E5%87%BA%E2%80%9C%E5%BB%BA%E8%AE%BE%E6%80%A7%E6%88%98%E7%95%A5%E7%A8%B3%E5%AE%9A%E5%85%B3%E7%B3%BB%E2%80%9D%E6%96%B0%E5%AE%9A%E4%BD%8D%E2%80%94%E2%80%94%E5%85%A8%E7%90%83%E5%AE%8F%E8%A7%82%E7%BB%8F%E6%B5%8E%E5%91%A8%E6%8A%A5%EF%BC%882026510-516%EF%BC%89.pdf" target="_blank"><span style="line-height:2;">点击查看全文</span></a></span> </div></description>
<link>http://www.shxsj.com/page?template=8&pageid=35898&mid=2&listype=1</link>
<guid isPermaLink="false">shxsj:35898</guid>
<pubDate>Sun, 17 May 2026 16:00:00 GMT</pubDate>
<category>宏观经济研究</category>
<category>全球经济周报</category>
</item>
<item>
<title>日本央行干预汇市以支撑汇率 中国香港经济超预期增长——全球宏观经济周报(2026/5/4-5/9)</title>
<description><span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;摘要:日本政府在4月30日、5月2日及5月4日连续三天入场干预汇市,以支撑日元汇率,并称根据IMF规则这只算一次干预行动,为后续可能的干预预留空间。IMF规则规定,六个月内最多进行三次干预行动,方可维持“自由浮动汇率”认定。中国香港第一季度GDP初值同比增长5.9%,创近五年新高,远超市场预期的增长3.5%。展望未来,香港经济增长前景仍然正面。</span></span><span></span> <div> <span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;</span><a href="http://www.shxsj.com/uploadfile/kanwu/2026/20260511-2%20%E6%97%A5%E6%9C%AC%E5%A4%AE%E8%A1%8C%E5%B9%B2%E9%A2%84%E6%B1%87%E5%B8%82%E4%BB%A5%E6%94%AF%E6%92%91%E6%B1%87%E7%8E%87%20%E4%B8%AD%E5%9B%BD%E9%A6%99%E6%B8%AF%E7%BB%8F%E6%B5%8E%E8%B6%85%E9%A2%84%E6%9C%9F%E5%A2%9E%E9%95%BF%E2%80%94%E2%80%94%E5%85%A8%E7%90%83%E5%AE%8F%E8%A7%82%E7%BB%8F%E6%B5%8E%E5%91%A8%E6%8A%A5%EF%BC%88202654-59%EF%BC%89.pdf" target="_blank"><span style="line-height:2;">点击查看全文</span></a></span> </div></description>
<link>http://www.shxsj.com/page?template=8&pageid=35839&mid=2&listype=1</link>
<guid isPermaLink="false">shxsj:35839</guid>
<pubDate>Sun, 10 May 2026 16:00:00 GMT</pubDate>
<category>宏观经济研究</category>
<category>全球经济周报</category>
</item>
<item>
<title>主要指标优于预期 经济彰显强大韧性——2026年第一季度宏观经济分析及展望</title>
<description/>
<link>http://www.shxsj.com/page?template=8&pageid=35836&mid=2&listype=1</link>
<guid isPermaLink="false">shxsj:35836</guid>
<pubDate>Fri, 08 May 2026 16:00:00 GMT</pubDate>
<enclosure url="http://www.shxsj.com/uploadfile/kanwu/2026/20260509-1%20%E4%B8%BB%E8%A6%81%E6%8C%87%E6%A0%87%E4%BC%98%E4%BA%8E%E9%A2%84%E6%9C%9F%20%E7%BB%8F%E6%B5%8E%E5%BD%B0%E6%98%BE%E5%BC%BA%E5%A4%A7%E9%9F%A7%E6%80%A7%E2%80%94%E2%80%942026%E5%B9%B4%E7%AC%AC%E4%B8%80%E5%AD%A3%E5%BA%A6%E5%AE%8F%E8%A7%82%E7%BB%8F%E6%B5%8E%E5%88%86%E6%9E%90%E5%8F%8A%E5%B1%95%E6%9C%9B.pdf" type="application/pdf"/>
<category>宏观经济研究</category>
<category>宏观研究报告</category>
</item>
<item>
<title>阿联酋退出欧佩克机制 穆迪调升中国主权评级展望——全球宏观经济周报(2026/4/26-5/3)</title>
<description><span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;摘要:4月27日,阿联酋宣布,自5月1日起退出欧佩克及“欧佩克+”机制,并将逐步提高石油产量。4月27日,穆迪维持中国长期本外币级别A1级,展望由负面调整至稳定。同日,财政部有关负责人表示,对穆迪的决定表示赞赏。未来将继续与穆迪评级公司保持沟通,持续介绍中国宏观经济稳健运行的基本情况。</span></span><span></span><span></span> <div> <span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;</span><a href="http://www.shxsj.com/uploadfile/kanwu/2026/20260506-2%20%E9%98%BF%E8%81%94%E9%85%8B%E9%80%80%E5%87%BA%E6%AC%A7%E4%BD%A9%E5%85%8B%E6%9C%BA%E5%88%B6%20%E7%A9%86%E8%BF%AA%E8%B0%83%E5%8D%87%E4%B8%AD%E5%9B%BD%E4%B8%BB%E6%9D%83%E8%AF%84%E7%BA%A7%E5%B1%95%E6%9C%9B%E2%80%94%E2%80%94%E5%85%A8%E7%90%83%E5%AE%8F%E8%A7%82%E7%BB%8F%E6%B5%8E%E5%91%A8%E6%8A%A5%EF%BC%882026426-53%EF%BC%89.pdf" target="_blank"><span style="line-height:2;">点击查看全文</span></a></span> </div></description>
<link>http://www.shxsj.com/page?template=8&pageid=35827&mid=2&listype=1</link>
<guid isPermaLink="false">shxsj:35827</guid>
<pubDate>Tue, 05 May 2026 16:00:00 GMT</pubDate>
<category>宏观经济研究</category>
<category>全球经济周报</category>
</item>
<item>
<title>美国大幅提高国防预算 中国一季度财政收入增幅创新高——全球宏观经济周报(2026/4/19-4/25)</title>
<description><span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;摘要:4月22日,美国国防部公布了特朗普政府2027财年国防预算,其总额约1.5万亿美元,较上年增长42%。预算将主要用于购买和投资硬件设备,其中约52%用于购买弹药、飞机、坦克和舰艇,同时将投资“金穹”导弹防御系统、无人机以及保持太空优势等领域。4月24日,财政部发布的数据显示,2026年第一季度全国财政收入6.16万亿元,同比增长2.4%,增幅创近3年来同期新高。其中,全国税收收入48505亿元,同比增长2.2%;非税收入13108亿元,同比增长2.9%。2026年第一季度全国财政支出7.47万亿元,同比增长2.6%。</span></span><span></span> <div> <span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;</span><a href="http://www.shxsj.com/uploadfile/kanwu/2026/20260427-1%20%E7%BE%8E%E5%9B%BD%E5%A4%A7%E5%B9%85%E6%8F%90%E9%AB%98%E5%9B%BD%E9%98%B2%E9%A2%84%E7%AE%97%20%E4%B8%AD%E5%9B%BD%E4%B8%80%E5%AD%A3%E5%BA%A6%E8%B4%A2%E6%94%BF%E6%94%B6%E5%85%A5%E5%A2%9E%E5%B9%85%E5%88%9B%E6%96%B0%E9%AB%98%E2%80%94%E2%80%94%E5%85%A8%E7%90%83%E5%AE%8F%E8%A7%82%E7%BB%8F%E6%B5%8E%E5%91%A8%E6%8A%A5%EF%BC%882026419-425%EF%BC%89.pdf" target="_blank"><span style="line-height:2;">点击查看全文</span></a></span> </div></description>
<link>http://www.shxsj.com/page?template=8&pageid=35788&mid=2&listype=1</link>
<guid isPermaLink="false">shxsj:35788</guid>
<pubDate>Sun, 26 Apr 2026 16:00:00 GMT</pubDate>
<category>宏观经济研究</category>
<category>全球经济周报</category>
</item>
<item>
<title>IMF大幅下调中东多国经济预期 美国国债市场风险上升——全球宏观经济周报(2026/4/12-4/18)</title>
<description><span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;摘要:国际货币基金组织(IMF)总裁格奥尔基耶娃4月12日表示,即便美以伊战争停火协议得以维持,全球物价也需要一段时间才能回落至开战前的水平。4月14日,国际货币基金组织(IMF)发布最新一期《世界经济展望报告》,将2026年世界经济增长预期下调0.2个百分点至3.1%。4月15日,IMF警告称,美国发债规模不断扩大,正在削弱美国国债的安全溢价,这将对全球各地的政府证券产生影响。IMF指出,AAA级公司债与美国国债收益率之间的利差收窄,是美国政府证券吸引力下降的一个迹象。</span></span><span></span> <div> <span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;</span><a href="http://www.shxsj.com/uploadfile/kanwu/2026/20260420-2%20IMF%E5%A4%A7%E5%B9%85%E4%B8%8B%E8%B0%83%E4%B8%AD%E4%B8%9C%E5%A4%9A%E5%9B%BD%E7%BB%8F%E6%B5%8E%E9%A2%84%E6%9C%9F%20%E7%BE%8E%E5%9B%BD%E5%9B%BD%E5%80%BA%E5%B8%82%E5%9C%BA%E9%A3%8E%E9%99%A9%E4%B8%8A%E5%8D%87%E2%80%94%E2%80%94%E5%85%A8%E7%90%83%E5%AE%8F%E8%A7%82%E7%BB%8F%E6%B5%8E%E5%91%A8%E6%8A%A5%EF%BC%882026412-418%EF%BC%89.pdf" target="_blank"><span style="line-height:2;">点击查看全文</span></a></span> </div></description>
<link>http://www.shxsj.com/page?template=8&pageid=35767&mid=2&listype=1</link>
<guid isPermaLink="false">shxsj:35767</guid>
<pubDate>Sun, 19 Apr 2026 16:00:00 GMT</pubDate>
<category>宏观经济研究</category>
<category>全球经济周报</category>
</item>
<item>
<title>内蒙古自贸区方案获批 地区发展迎来重大机遇</title>
<description/>
<link>http://www.shxsj.com/page?template=8&pageid=35750&mid=2&listype=1</link>
<guid isPermaLink="false">shxsj:35750</guid>
<pubDate>Tue, 14 Apr 2026 16:00:00 GMT</pubDate>
<enclosure url="http://www.shxsj.com/uploadfile/kanwu/2026/20260415-1%20%E5%86%85%E8%92%99%E5%8F%A4%E8%87%AA%E8%B4%B8%E5%8C%BA%E6%96%B9%E6%A1%88%E8%8E%B7%E6%89%B9%20%E5%9C%B0%E5%8C%BA%E5%8F%91%E5%B1%95%E8%BF%8E%E6%9D%A5%E9%87%8D%E5%A4%A7%E6%9C%BA%E9%81%87.pdf" type="application/pdf"/>
<category>宏观经济研究</category>
<category>宏观热点评论</category>
</item>
<item>
<title>中东战事制约全球经济增长 美伊首轮谈判未达成协议——全球宏观经济周报(2026/4/5-4/11)</title>
<description><span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;摘要:4月6日,国际货币基金组织(IMF)总裁格奥尔基耶娃表示,中东战事将导致全球通胀加剧和全球经济增长放缓。即便中东战事得到快速解决,IMF也将下调全球经济增长预期并上调全球通胀预期。如果战事拖延,其对全球通胀和经济增长的影响将更大。4月11日,美国和伊朗在巴基斯坦举行首轮会谈,但双方在停战条款上存在着明显分歧,主要集中在伊朗铀浓缩活动、霍尔木兹海峡通航、黎巴嫩停火问题、美军从中东地区撤出等方面。4月12日,美国和伊朗代表团在巴基斯坦首都伊斯兰堡的谈判以美方率先宣布退场结束,未达成协议。</span></span><span></span> <div> <span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;</span><a href="http://www.shxsj.com/uploadfile/kanwu/2026/20260413-1%20%E4%B8%AD%E4%B8%9C%E6%88%98%E4%BA%8B%E5%88%B6%E7%BA%A6%E5%85%A8%E7%90%83%E7%BB%8F%E6%B5%8E%E5%A2%9E%E9%95%BF%20%E7%BE%8E%E4%BC%8A%E9%A6%96%E8%BD%AE%E8%B0%88%E5%88%A4%E6%9C%AA%E8%BE%BE%E6%88%90%E5%8D%8F%E8%AE%AE%E2%80%94%E2%80%94%E5%85%A8%E7%90%83%E5%AE%8F%E8%A7%82%E7%BB%8F%E6%B5%8E%E5%91%A8%E6%8A%A5%EF%BC%88202645-411%EF%BC%89.pdf" target="_blank"><span style="line-height:2;">点击查看全文</span></a></span> </div></description>
<link>http://www.shxsj.com/page?template=8&pageid=35745&mid=2&listype=1</link>
<guid isPermaLink="false">shxsj:35745</guid>
<pubDate>Sun, 12 Apr 2026 16:00:00 GMT</pubDate>
<category>宏观经济研究</category>
<category>全球经济周报</category>
</item>
<item>
<title>能源涨价引发德国下调经济预期 中国国家创新能力提升——全球宏观经济周报(2026/3/29-4/4)</title>
<description><span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;摘要:4月1日,德国五大经济研究机构发布联合经济预测报告,受美以伊战争引发的能源价格上涨影响,将2026年德国经济增长预期从1.3%大幅下调至0.6%。报告警告,德国经济面临陷入停滞的可能,预计未来十年经济增速将从当前估计的0.2%降为零。3月29日,中国科学技术发展战略研究院发布《国家创新指数报告2025》,从创新资源、知识创造、企业创新、创新绩效、创新治理5个方面构建指标体系,对世界60个国家创新能力开展评价。结果显示,中国国家创新指数综合排名世界第9位,较上年提升一位,相比2012年提升11个位次,是过去十余年间进步最快的国家。</span></span><span></span> <div> <span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;</span><a href="http://www.shxsj.com/uploadfile/kanwu/2026/20260407-1%20%E8%83%BD%E6%BA%90%E6%B6%A8%E4%BB%B7%E5%BC%95%E5%8F%91%E5%BE%B7%E5%9B%BD%E4%B8%8B%E8%B0%83%E7%BB%8F%E6%B5%8E%E9%A2%84%E6%9C%9F%20%E4%B8%AD%E5%9B%BD%E5%9B%BD%E5%AE%B6%E5%88%9B%E6%96%B0%E8%83%BD%E5%8A%9B%E6%8F%90%E5%8D%87%E2%80%94%E2%80%94%E5%85%A8%E7%90%83%E5%AE%8F%E8%A7%82%E7%BB%8F%E6%B5%8E%E5%91%A8%E6%8A%A5%EF%BC%882026329-44%EF%BC%89%20.pdf" target="_blank"><span style="line-height:2;">点击查看全文</span></a></span> </div></description>
<link>http://www.shxsj.com/page?template=8&pageid=35738&mid=2&listype=1</link>
<guid isPermaLink="false">shxsj:35738</guid>
<pubDate>Mon, 06 Apr 2026 16:00:00 GMT</pubDate>
<category>宏观经济研究</category>
<category>全球经济周报</category>
</item>
<item>
<title>亚洲经济增速领跑全球 中国外债风险总体可控——全球宏观经济周报(2026/3/22-3/28)</title>
<description><span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;摘要:3月24日,2026年博鳌亚洲论坛发布《亚洲经济前景及一体化进程2026年度报告》(下称“报告”)指出,亚洲经济体GDP占世界经济的比重将持续上升。按购买力平价计算,预计由2025年的49.2%上升至2026年的49.7%。同时,预计2026年亚洲经济增速将达到4.5%,仍将是世界经济的主要增长引擎,领跑全球。其中,南亚、中亚、东亚和西亚地区经济增长增速预计将分别为6.3%、5.3%、4.3%和2.5%。3月27日,国家外汇管理局公布的数据显示,截至2025年末,我国全口径外债余额为23288亿美元,同比下降0.7%。从币种结构看,本币外债占比55.5%,较2024年末上升1.4个百分点;从期限结构看,中长期外债占比43.5%,较2024年末下降0.6个百分点。2025年末,中国外债负债率为11.9%,债务率为56.3%,偿债率为6.2%,短期外债与外汇储备的比例为39.2%,均在国际公认的安全线以内。国家外汇管理局副局长、新闻发言人李斌表示,2025年,我国外债形势总体平稳,外债规模稳中有降,币种结构有所优化,期限结构基本稳定,外债风险总体可控。</span></span><span></span><span></span><span></span><span></span><span></span><span></span> <div> <span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;</span><a href="http://www.shxsj.com/uploadfile/kanwu/2026/20260330-1%20%E4%BA%9A%E6%B4%B2%E7%BB%8F%E6%B5%8E%E5%A2%9E%E9%80%9F%E9%A2%86%E8%B7%91%E5%85%A8%E7%90%83%20%E4%B8%AD%E5%9B%BD%E5%A4%96%E5%80%BA%E9%A3%8E%E9%99%A9%E6%80%BB%E4%BD%93%E5%8F%AF%E6%8E%A7%E2%80%94%E2%80%94%E5%85%A8%E7%90%83%E5%AE%8F%E8%A7%82%E7%BB%8F%E6%B5%8E%E5%91%A8%E6%8A%A5%EF%BC%882026322-328%EF%BC%89.pdf" target="_blank"><span style="line-height:2;">点击查看全文</span></a></span> </div></description>
<link>http://www.shxsj.com/page?template=8&pageid=35722&mid=2&listype=1</link>
<guid isPermaLink="false">shxsj:35722</guid>
<pubDate>Sun, 29 Mar 2026 16:00:00 GMT</pubDate>
<category>宏观经济研究</category>
<category>全球经济周报</category>
</item>
<item>
<title>中东能源设施遭袭风险升级 中国金融法草案公开征求意见——全球宏观经济周报(2026/3/15-3/21)</title>
<description><span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;摘要:中东冲突升级,伊朗和以色列轮番打击关键能源设施。3月18日,伊朗最大的天然气田——南帕尔斯气田和阿萨卢耶部分石油化工设施遭美国和以色列袭击,这是伊朗上游油气设施首次成为攻击目标。伊朗随后宣布,将全力打击美国相关石油设施,并将沙特、阿联酋和卡塔尔三国能源设施列为合法打击目标。3月20日,《中华人民共和国金融法(草案)》向社会公开征求意见。《草案》进一步明确央行职能定位,不断完善科学稳健的货币政策体系,积极推动构建宏观审慎管理体系,维护人民币币值稳定和金融稳定。对金融机构准入、经营、退出实施全周期管理;严厉打击财务造假等行为,全面加强金融监管。金融法草案提出,建设完善安全、规范、透明、开放、有活力、有韧性的资本市场,推动投资和融资协调发展,支持中长期资金入市,增强资本市场内在稳定性。支持符合规定的企业依法上市,加强对上市公司的监督管理,健全上市公司退出机制,优化上市公司质量和结构。</span></span><span></span><span></span><span></span><span></span><span></span> <div> <span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;</span><a href="http://www.shxsj.com/uploadfile/kanwu/2026/20260323-1%20%E4%B8%AD%E4%B8%9C%E8%83%BD%E6%BA%90%E8%AE%BE%E6%96%BD%E9%81%AD%E8%A2%AD%E9%A3%8E%E9%99%A9%E5%8D%87%E7%BA%A7%20%E4%B8%AD%E5%9B%BD%E9%87%91%E8%9E%8D%E6%B3%95%E8%8D%89%E6%A1%88%E5%85%AC%E5%BC%80%E5%BE%81%E6%B1%82%E6%84%8F%E8%A7%81%E2%80%94%E2%80%94%E5%85%A8%E7%90%83%E5%AE%8F%E8%A7%82%E7%BB%8F%E6%B5%8E%E5%91%A8%E6%8A%A5%EF%BC%882026315-321%EF%BC%89.pdf" target="_blank"><span style="line-height:2;">点击查看全文</span></a></span> </div></description>
<link>http://www.shxsj.com/page?template=8&pageid=35692&mid=2&listype=1</link>
<guid isPermaLink="false">shxsj:35692</guid>
<pubDate>Sun, 22 Mar 2026 16:00:00 GMT</pubDate>
<category>宏观经济研究</category>
<category>全球经济周报</category>
</item>
<item>
<title>IEA宣布释放战略石油储备 中国发布“十五五”规划纲要——全球宏观经济周报(2026/3/8-3/14)</title>
<description><span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;摘要:3月11日,国际能源署(IEA)发表声明称,32个成员国一致同意释放4亿桶战略石油储备,以应对伊朗战争导致的能源供应中断风险,这是该机构历史上规模最大的一次协调释放行动。3月13日,“十五五”规划纲要正式发布,这是未来五年我国经济社会发展的一份“施工图”。“十五五”规划纲要中,16个“强国”建设目标引人注目,包括航天强国、能源强国、金融强国、农业强国等,共同勾勒出社会主义现代化强国建设的壮阔图景。</span></span><span></span><span></span><span></span><span></span> <div> <span style="font-size:14px;"><span style="line-height:2;">&nbsp; &nbsp; &nbsp; &nbsp;</span><a href="http://www.shxsj.com/uploadfile/kanwu/2026/20260316-1%20IEA%E5%AE%A3%E5%B8%83%E9%87%8A%E6%94%BE%E6%88%98%E7%95%A5%E7%9F%B3%E6%B2%B9%E5%82%A8%E5%A4%87%20%E4%B8%AD%E5%9B%BD%E5%8F%91%E5%B8%83%E2%80%9C%E5%8D%81%E4%BA%94%E4%BA%94%E2%80%9D%E8%A7%84%E5%88%92%E7%BA%B2%E8%A6%81%E2%80%94%E2%80%94%E5%85%A8%E7%90%83%E5%AE%8F%E8%A7%82%E7%BB%8F%E6%B5%8E%E5%91%A8%E6%8A%A5%EF%BC%88202638-314%EF%BC%89.pdf" target="_blank"><span style="line-height:2;">点击查看全文</span></a></span> </div></description>
<link>http://www.shxsj.com/page?template=8&pageid=35679&mid=2&listype=1</link>
<guid isPermaLink="false">shxsj:35679</guid>
<pubDate>Sun, 15 Mar 2026 16:00:00 GMT</pubDate>
<category>宏观经济研究</category>
<category>全球经济周报</category>
</item>
<item>
<title>促投资的政策力度有所加强 重点领域风险收敛得到确认——《2026年政府工作报告》学习体会(二)</title>
<description/>
<link>http://www.shxsj.com/page?template=8&pageid=35656&mid=2&listype=1</link>
<guid isPermaLink="false">shxsj:35656</guid>
<pubDate>Mon, 09 Mar 2026 16:00:00 GMT</pubDate>
<enclosure url="http://www.shxsj.com/uploadfile/kanwu/2026/20260310-1%20%E4%BF%83%E6%8A%95%E8%B5%84%E7%9A%84%E6%94%BF%E7%AD%96%E5%8A%9B%E5%BA%A6%E6%9C%89%E6%89%80%E5%8A%A0%E5%BC%BA%20%E9%87%8D%E7%82%B9%E9%A2%86%E5%9F%9F%E9%A3%8E%E9%99%A9%E6%94%B6%E6%95%9B%E5%BE%97%E5%88%B0%E7%A1%AE%E8%AE%A4%E2%80%94%E2%80%94%E3%80%8A2026%E5%B9%B4%E6%94%BF%E5%BA%9C%E5%B7%A5%E4%BD%9C%E6%8A%A5%E5%91%8A%E3%80%8B%E5%AD%A6%E4%B9%A0%E4%BD%93%E4%BC%9A%EF%BC%88%E4%BA%8C%EF%BC%89.pdf" type="application/pdf"/>
<category>宏观经济研究</category>
<category>宏观热点评论</category>
</item>
</channel>
</rss>

@ishowman ishowman changed the title Feat/route shxsj feat(route): add 新世纪评级 research routes Jun 7, 2026
@github-actions github-actions Bot added auto: not ready to review Users can't get the RSS feed output according to automated testing results and removed auto: not ready to review Users can't get the RSS feed output according to automated testing results labels Jun 7, 2026
@github-actions

github-actions Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

Successfully generated as following:

http://localhost:1200/shxsj/research/80 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/80
Node Version: v24.16.0
Git Hash: 0bd85c3d
http://localhost:1200/shxsj/research/85 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/85
Node Version: v24.16.0
Git Hash: 0bd85c3d
http://localhost:1200/shxsj/research/90 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/90
Node Version: v24.16.0
Git Hash: 0bd85c3d
http://localhost:1200/shxsj/research/95 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/95
Node Version: v24.16.0
Git Hash: 0bd85c3d
http://localhost:1200/shxsj/research/177 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/177
Node Version: v24.16.0
Git Hash: 0bd85c3d
http://localhost:1200/shxsj/research/101 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/101
Node Version: v24.16.0
Git Hash: 0bd85c3d
http://localhost:1200/shxsj/research/168 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/168
Node Version: v24.16.0
Git Hash: 0bd85c3d
http://localhost:1200/shxsj/research/109 - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [POST] &quot;http://www.shxsj.com/serve/api/article_api/get_cid_article&quot;: 403 Forbidden
Route: /shxsj/research/:cid
Full Route: /shxsj/research/109
Node Version: v24.16.0
Git Hash: 0bd85c3d

@KwToPA

KwToPA commented Jun 13, 2026

Copy link
Copy Markdown

这个信用评估网站好像锁IP 我用国外ip就报错403

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto: not ready to review Users can't get the RSS feed output according to automated testing results route

Projects

None yet

Development

Successfully merging this pull request may close these issues.

【新世纪资信评估】宏观经济研究等 信用评级机构

3 participants